home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / isigns50.zip / README.WS (.txt) < prev    next >
WordStar Document  |  1989-09-29  |  2KB  |  41 lines

  1.  
  2. SIGNS version 5.0
  3. MkFntNdx version 5.0
  4. 10 Sep 89
  5.  
  6. SIGNS is a program to make banners (large letters rotated 90 degrees and printed vertically down the page) and signs (large letters printed horizontially across page).  Written in TurboPascal, SIGNS allows lots of options:  input from keyboard or file, output to screen, printer or file, change height and width of output, printer control, and more; all with an screen oriented menu.
  7.  
  8. The font used to create the letters is taken from an external HP LaserJet-compatible soft font file (portrait).  Fonts up to 150x150 dots (~30 pt) are supported.  A separate program, MkFntNdx, is used to generate the an index to the font file.  Two soft font files and associated indexes are included.
  9.  
  10. One option is 'bit-blocks,' each dot in the character of the original font is transformed into a graphics mode dot on the printer; it's interesting to see characters scaled for the LaserJet's 300 dpi by 300 dpi printed in Epson single density graphics at 60 dpi by 72 dpi!
  11.  
  12. SIGNS is supplied with source code - to recompile it, TurboPascal v5.0 or later is recommended.  
  13.  
  14. Contents of the archive are:
  15.  
  16.     SIGNS.EXE    - executable
  17.     SIGNS.PAS    - program source w/5 include files:
  18.         ASK.PAS, CONST.PAS, DISP.PAS, PRT.PAS, UTIL.PAS     
  19.  
  20.     MKFNTNDX.EXE - executable, creates index to font
  21.     MKFNTNDX.PAS - source to font file indexer
  22.  
  23.     PRINTER2.PAS - replacement for TP v5 printer unit (see doc)
  24.     PRINTER2.TPU - compiled printer unit replacement
  25.  
  26.     RWBFONT.FNT  - small font file (10x24 dots)
  27.     RWBFONT.FNX  - index to above, created by mkdntndx
  28.     RKSFONT.FNT  - larger font file (24x40 dots)
  29.     RKSFONT.FNX  - index to above, created by mkdntndx
  30.  
  31.     README       - this file
  32.     SIGNS.IN     - test input file
  33.     SIGNS.OUT    - test output file using rwbfont
  34.     SIGNS.DOC    - documentation file
  35.  
  36.  
  37. Bob Bloom
  38. 46 Broadleaf Drive
  39. Newark, DE 19702
  40.  
  41.